-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix tests via adding next(cg) #28
base: master
Are you sure you want to change the base?
Conversation
.travis.yml
Outdated
@@ -57,6 +57,7 @@ install: | |||
- source activate testenv | |||
- 'pip install https://github.com/NSLS-II/portable-mds/zipball/master#egg=portable_mds' | |||
- 'pip install https://github.com/NSLS-II/portable-fs/zipball/master#egg=portable_fs' | |||
'pip install https://github.com/NSLS-II/bluesky/zipball/master#egg=bluesky' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also need to remove bluesky
fro the conda install section too
Codecov Report
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
+ Coverage 93.54% 97.87% +4.32%
==========================================
Files 6 6
Lines 155 141 -14
==========================================
- Hits 145 138 -7
+ Misses 10 3 -7
Continue to review full report at Codecov.
|
Can you please add |
I take that back, can you please add |
@CJ-Wright should I add # pragma: no cover to the except clause in conftest.py ? |
Yes please |
No description provided.